home *** CD-ROM | disk | FTP | other *** search
/ Ghost Rider iactivecard / Ghost Rider iactivecard.iso / pc / chopper_shop.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2007-04-10  |  184 b   |  12 lines

  1. stop();
  2. _root.doorID = false;
  3. Selection.setFocus("user");
  4. next.onRelease = function()
  5. {
  6.    gotoAndStop("print");
  7. };
  8. back.onRelease = function()
  9. {
  10.    gotoAndStop("shop");
  11. };
  12.